# 0 - Pre-War (He-111B)
model = {
	cost 					= 13
	buildtime				= 210
	defaultorganisation 			= 30
	manpower				= 6
	maxspeed				= 250
	surfacedetectioncapability		= 1
	airdetectioncapability			= 0
	surfacedefence				= 4
	airdefence				= 2
	airattack				= 1
	strategicattack				= 3
	tacticalattack				= 1
	navalattack				= 0
	range					= 700
	supplyconsumption 			= 5
	fuelconsumption				= 5
}
# 1 - Basic (He-111)
model = {
	cost 					= 15
	buildtime				= 210
	defaultorganisation 			= 30
	manpower				= 7
	maxspeed				= 400
	surfacedetectioncapability		= 2
	airdetectioncapability			= 0
	surfacedefence				= 6
	airdefence				= 6
	airattack				= 2
	strategicattack				= 5
	tacticalattack				= 2
	navalattack				= 2
	range					= 1000
	supplyconsumption 			= 6
	fuelconsumption				= 5
}
# 2 - Improved (He-177)
model = {
	cost 					= 17
	buildtime				= 210
	defaultorganisation 			= 30
	manpower				= 7
	maxspeed				= 470
	surfacedetectioncapability		= 3
	airdetectioncapability			= 0
	surfacedefence				= 8
	airdefence				= 8
	airattack				= 3
	strategicattack				= 8
	tacticalattack				= 3
	navalattack				= 3
	range					= 1300
	supplyconsumption 			= 6
	fuelconsumption				= 5
}
# 3 - Advanced (B-29)
model = {
	cost 					= 22
	buildtime				= 210
	defaultorganisation 			= 30
	manpower				= 8
	maxspeed				= 580
	surfacedetectioncapability		= 4
	airdetectioncapability			= 1
	surfacedefence				= 10
	airdefence				= 10
	airattack				= 4
	strategicattack				= 11
	tacticalattack				= 4
	navalattack				= 4
	range					= 1600
	supplyconsumption 			= 6
	fuelconsumption				= 5
}
# 4 - Turbojet (B-47)
model = {
	cost 					= 26
	buildtime				= 300
	defaultorganisation 			= 30
	manpower				= 8
	maxspeed				= 920
	surfacedetectioncapability		= 7
	airdetectioncapability			= 7
	surfacedefence				= 13
	airdefence				= 13
	airattack				= 5
	strategicattack				= 14
	tacticalattack				= 5
	navalattack				= 4
	range					= 1600
	supplyconsumption 			= 9
	fuelconsumption				= 12
}
# 5 - Intercontinental (B-36B)
model = {
	cost 					= 32
	buildtime				= 300
	defaultorganisation 			= 30
	manpower				= 8
	maxspeed				= 610
	surfacedetectioncapability		= 6
	airdetectioncapability			= 6
	surfacedefence				= 11
	airdefence				= 11
	airattack				= 5
	strategicattack				= 13
	tacticalattack				= 5
	navalattack				= 4
	range					= 2400
	supplyconsumption 			= 10
	fuelconsumption				= 12
}
# 6 - Supersonic (B-58 and Tu-22)
model = {
	cost 					= 35
	buildtime				= 360
	defaultorganisation 			= 30
	manpower				= 8
	maxspeed				= 1400
	surfacedetectioncapability		= 7
	airdetectioncapability			= 7
	surfacedefence				= 15
	airdefence				= 15
	airattack				= 6
	strategicattack				= 15
	tacticalattack				= 5
	navalattack				= 4
	range					= 1600
	supplyconsumption 			= 15
	fuelconsumption				= 18
}